(f90-change-keywords): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Sun, 19 May 2002 23:22:50 +0000 (23:22 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 19 May 2002 23:22:50 +0000 (23:22 +0000)
lisp/progmodes/f90.el

index 3f8478c19f07e68bdba8716d77a93a10cf37c0ad..e321dfce8d8bafdc9295f728826064d7f5e6a878 100644 (file)
@@ -1697,7 +1697,7 @@ Any other key combination is executed normally."
 ;; Change the keywords according to argument.
 (defun f90-change-keywords (change-word &optional beg end)
   "Change the case of F90 keywords in the region (if specified) or buffer.
-CHANGE-WORD should be one of 'upcase-word, 'downcase-word, capitalize-word."
+CHANGE-WORD should be one of 'upcase-word, 'downcase-word, 'capitalize-word."
   (save-excursion
     (setq beg (or beg (point-min))
           end (or end (point-max)))